projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd807d4
)
seal private member.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:11 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:11 +0000
(10:59 +0000)
* gtk/gtkcolorbutton.h: seal private member.
svn path=/trunk/; revision=20504
gtk/gtkcolorbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorbutton.h
b/gtk/gtkcolorbutton.h
index 66d91bea5edb005007e454043d38f7efd6041a9a..21c1460a40fb7dda828316c39917460aa67b2986 100644
(file)
--- a/
gtk/gtkcolorbutton.h
+++ b/
gtk/gtkcolorbutton.h
@@
-64,7
+64,7
@@
struct _GtkColorButton {
/*< private >*/
- GtkColorButtonPrivate *
priv
;
+ GtkColorButtonPrivate *
GSEAL (priv)
;
};
struct _GtkColorButtonClass {